GetFirst Method (AddressEntries Collection) 

The GetFirst method returns the first AddressEntry1O6Y3BK object in the AddressEntries collection. It returns Nothing if no first object exists.

Syntax

Set objAddressEntry = objAddrEntriesColl.GetFirst()

Parameters

objAddressEntry

On successful return, represents the first AddressEntry object in the collection.

objAddrEntriesColl

Required. The AddressEntries collection object.

 

Remarks

The Get methods are similar to the Find and Move methods used with Microsoft Access databases. The Get methods have different names because they use a different syntax.